projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f031b51
)
(TeX and LaTeX Language Modes): Put in missing braces.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Fri, 16 Nov 2007 04:20:08 +0000
(
04:20
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Fri, 16 Nov 2007 04:20:08 +0000
(
04:20
+0000)
doc/misc/calc.texi
patch
|
blob
|
history
diff --git
a/doc/misc/calc.texi
b/doc/misc/calc.texi
index 2cb55223695ec92fcc2bbad5a2fc0b0e71306c13..b8a42f3c74622168d707b3c4baab6cc901e95b90 100644
(file)
--- a/
doc/misc/calc.texi
+++ b/
doc/misc/calc.texi
@@
-14006,7
+14006,7
@@
mode may display it differently.
Formulas are entered and displayed in the appropriate notation;
@texline @math{\sin(a/b)}
@infoline @expr{sin(a/b)}
-will appear as @samp{\sin\left(
a \over b
\right)} in @TeX{} mode and
+will appear as @samp{\sin\left(
@{a \over b@}
\right)} in @TeX{} mode and
@samp{\sin\left(\frac@{a@}@{b@}\right)} in La@TeX{} mode.
Math formulas are often enclosed by @samp{$ $} signs in @TeX{} and
La@TeX{}; these should be omitted when interfacing with Calc. To Calc,